home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-27 | 9.7 KB | 23 lines | [TEXT/CCL2] |
- ;;; vanilla.scm -- plain vanilla command-line interface
- ;;;
- ;;; author : Sandra Loosemore
- ;;; date : 27 Jul 1993
- ;;;
-
-
-
- ;;;=========================================================================
- ;;; Setup
- ;;;=========================================================================
-
-
- ;;; Input for the command interface just reads from standard input.
-
- (define (vanilla-input-hook)
- (read-line))
-
-
- ;;; Initialize extension buffer, etc. here.
-
- (define *remembered-extension* "")
- (define *remembered-previou